From d522ac669b30acc8db80d738de0d55a99dffc3be Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Tue, 12 Jun 2007 14:58:39 -0600 Subject: [PATCH] [IA64][BUILDER] Define native protocol ABI for IA64 guests. Signed-off-by: Ian Campbell --- tools/libxc/xc_dom_ia64.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/libxc/xc_dom_ia64.c b/tools/libxc/xc_dom_ia64.c index 66dae22b21..18b129fc11 100644 --- a/tools/libxc/xc_dom_ia64.c +++ b/tools/libxc/xc_dom_ia64.c @@ -16,6 +16,7 @@ #include #include +#include #include "xg_private.h" #include "xc_dom.h" @@ -120,6 +121,7 @@ static int vcpu_ia64(struct xc_dom_image *dom, void *ptr) static struct xc_dom_arch xc_dom_arch = { .guest_type = "xen-3.0-ia64", + .native_protocol = XEN_IO_PROTO_ABI_IA64, .page_shift = PAGE_SHIFT_IA64, .alloc_magic_pages = alloc_magic_pages, .start_info = start_info_ia64, @@ -129,6 +131,7 @@ static struct xc_dom_arch xc_dom_arch = { static struct xc_dom_arch xc_dom_arch_ia64be = { .guest_type = "xen-3.0-ia64be", + .native_protocol = XEN_IO_PROTO_ABI_IA64, .page_shift = PAGE_SHIFT_IA64, .alloc_magic_pages = alloc_magic_pages, .start_info = start_info_ia64, -- 2.30.2